home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m10h15.dir / 00042.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  196 b   |  11 lines

  1. on mouseDown
  2.   global gPause
  3.   set the castNum of sprite 6 to cast "b018"
  4.   if pressLessonButton(6) then
  5.     pupSprites(1, 48, 0)
  6.     set gPause to 0
  7.     sound stop 2
  8.     go("text2")
  9.   end if
  10. end
  11.